home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / lucifer / readme.dos < prev    next >
Encoding:
Text File  |  1999-06-12  |  1001 b   |  25 lines

  1.   Notes on the DOS version of Lucifer
  2.  -------------------------------------
  3.  
  4. The file cwsdpmi.exe is *needed* or Lucifer will not run at all.
  5.  
  6. If possible boot clean without any memory managers loaded. Also if possible
  7. don't run Lucifer under Win95. The DPMI Win95 provides won't let Lucifer
  8. use (test) more then 32 megs of memory.
  9.  
  10. What would be best though is to just use Linux. ;) Strangly enough it seems
  11. to work better then dos. 
  12.  
  13. If you want the source code get Lucifer for Linux from sunsite.unc.edu I
  14. figured few dos users would want the source code. 
  15.  
  16.   Notes on how this version of Lucifer was compiled
  17.  ---------------------------------------------------
  18.  
  19. In main.c #include <sys/signal.h> was changed to #include <signal.h> After
  20. compilation the .exe file was stripped with strip lucifer.exe And
  21. cwsdpmi.exe was changed to not use any virtual memory with cwsparam
  22.  
  23. Other then those minor changes nothing is different between the dos and
  24. Linux versions of Lucifer.
  25.